projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196e7d3
)
(Fformat): Reword confusing error message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 7 Apr 1994 02:45:55 +0000
(
02:45
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 7 Apr 1994 02:45:55 +0000
(
02:45
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index e3863c5f117197d4650d2ba0defbff51d5357210..fd965e330c83408ba8bebaff6991fe875eda7235 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-1463,7
+1463,7
@@
Use %% to put a single % into the output.")
if (*format == '%')
format++;
else if (++n >= nargs)
- error ("
format string wants too many arguments
");
+ error ("
not enough arguments for format string
");
else if (*format == 'S')
{
/* For `S', prin1 the argument and then treat like a string. */